com.supermap.ar

Class ArViewAdapter

  • java.lang.Object
    • com.supermap.ar.ArViewAdapter


  • public abstract class ArViewAdapter
    extends java.lang.Object
    AR adapter
    • Constructor Summary

      Constructors 
      Constructor and Description
      ArViewAdapter(android.content.Context context)
      Create an adapter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract android.view.View getView(ArObject arObject, android.view.View recycledView, android.view.ViewGroup parent)
      Sets layout
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArViewAdapter

        public ArViewAdapter(android.content.Context context)
        Create an adapter
        Parameters:
        context - The context.
    • Method Detail

      • getView

        public abstract android.view.View getView(ArObject arObject,
                                                  android.view.View recycledView,
                                                  android.view.ViewGroup parent)
        Sets layout
        Parameters:
        arObject - AR object
        recycledView - recycledView
        parent - the parent form
        Returns:
        view